About the Demo
This sample shows how to set up a OnAutoApplyChanges() event of the DBWebDataSource
so that changes are updated to the server as they are made. The Navigator
buttons will typically be adjusted to remove the Apply and Refresh Buttons,
as well as the Undo and UndoAll buttons, as once the changes are sent to the
server caching is no longer possible.
Setup Information
Refer to AspSetup.htm, DBWebDemoSetupXML.htm, and DBWebDemoSetupDB.htm
in the demos\delphi.net\dbweb directory for setup and configuration information.
This sample uses the standard employee.gdb that ships with Delphi.
Running the Demo
- Start the IDE.
- Open this project.
- Complete the steps from the
Setup Informationsection above.
- Compile the Applicaton (Project Menu, Compile all projects).
- Run the application with debugging (F9) or without debugging
(Shift+Ctrl+F9)